home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / I-J / INITInfo Stack 4.2.cpt / INITInfo Stack 4.2 / INITInfo Stack 4.2 / background_11712.txt < prev    next >
Encoding:
Text File  |  1991-07-10  |  4.7 KB  |  240 lines

  1. -- background: 11712 from stack: in.2
  2. -- bmap block id: 12024
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Hardware
  6. ----- HyperTalk script -----
  7. on arrowKey theKey
  8.   myArrowKey theKey
  9. end arrowKey
  10.  
  11. ----------------------------------------------------------------------
  12. on closeCard
  13.   set the scroll of bkgnd field "contents" to 0
  14. end closeCard
  15.  
  16.  
  17. -- part 8 (button)
  18. -- low flags: 00
  19. -- high flags: 2000
  20. -- rect: left=12 top=24 right=54 bottom=44
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 20098 / 20098
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Home
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect iris close
  32.   go Home
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 18 (button)
  38. -- low flags: 00
  39. -- high flags: 2000
  40. -- rect: left=216 top=313 right=334 bottom=293
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Contents
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect dissolve
  52.   go to card "Contents"
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 19 (field)
  58. -- low flags: 01
  59. -- high flags: 0000
  60. -- rect: left=9 top=68 right=94 bottom=445
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 0
  64. -- font id: 2
  65. -- text size: 18
  66. -- style flags: 256
  67. -- line height: 24
  68. -- part name: Title
  69.  
  70.  
  71. -- part 20 (field)
  72. -- low flags: 01
  73. -- high flags: 0007
  74. -- rect: left=5 top=103 right=303 bottom=508
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 0
  78. -- font id: 2
  79. -- text size: 10
  80. -- style flags: 0
  81. -- line height: 13
  82. -- part name: contents
  83.  
  84.  
  85. -- part 21 (button)
  86. -- low flags: 00
  87. -- high flags: 2000
  88. -- rect: left=449 top=313 right=334 bottom=504
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Index
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   visual effect dissolve
  100.   go to card "Index"
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 23 (button)
  106. -- low flags: 00
  107. -- high flags: 2000
  108. -- rect: left=187 top=313 right=334 bottom=215
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: prev
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   visual effect scroll right
  120.   go to previous card
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 24 (button)
  126. -- low flags: 00
  127. -- high flags: 2000
  128. -- rect: left=294 top=313 right=334 bottom=322
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: next
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   visual effect scroll left
  140.   go to next card
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 26 (button)
  146. -- low flags: 00
  147. -- high flags: 2000
  148. -- rect: left=323 top=313 right=334 bottom=351
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: next2
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   visual effect scroll left
  160.   go to card 1 of next bkgnd
  161. end mouseUp
  162.  
  163.  
  164.  
  165. -- part 27 (button)
  166. -- low flags: 00
  167. -- high flags: 2000
  168. -- rect: left=158 top=313 right=334 bottom=186
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: prev2
  177. ----- HyperTalk script -----
  178. on mouseUp
  179.   visual effect scroll right
  180.   go to card 1 of prev bkgnd
  181. end mouseUp
  182.  
  183.  
  184.  
  185. -- part 28 (button)
  186. -- low flags: 00
  187. -- high flags: 2000
  188. -- rect: left=8 top=313 right=334 bottom=63
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 1
  192. -- font id: 0
  193. -- text size: 12
  194. -- style flags: 0
  195. -- line height: 16
  196. -- part name: Find
  197. ----- HyperTalk script -----
  198. on mouseUp
  199.   find1
  200. end mouseUp
  201.  
  202.  
  203.  
  204. -- part 29 (button)
  205. -- low flags: 00
  206. -- high flags: 2000
  207. -- rect: left=64 top=313 right=334 bottom=119
  208. -- title width / last selected line: 0
  209. -- icon id / first selected line: 0 / 0
  210. -- text alignment: 1
  211. -- font id: 0
  212. -- text size: 12
  213. -- style flags: 0
  214. -- line height: 16
  215. -- part name: Again
  216. ----- HyperTalk script -----
  217. on mouseUp
  218.   findAgain
  219. end mouseUp
  220.  
  221.  
  222.  
  223. -- part 30 (button)
  224. -- low flags: 00
  225. -- high flags: 2000
  226. -- rect: left=51 top=25 right=57 bottom=85
  227. -- title width / last selected line: 0
  228. -- icon id / first selected line: 25002 / 25002
  229. -- text alignment: 1
  230. -- font id: 0
  231. -- text size: 12
  232. -- style flags: 0
  233. -- line height: 16
  234. -- part name: help
  235. ----- HyperTalk script -----
  236. on mouseUp
  237.   helpButton
  238. end mouseUp
  239.  
  240.